home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_FIND / TFORM_FIND.txt
Text File  |  2003-11-13  |  3KB  |  129 lines

  1. object Form_Find: TForm_Find
  2.   Left = 349
  3.   Top = 429
  4.   ActiveControl = Combo_Text
  5.   BorderStyle = bsDialog
  6.   Caption = 'Find'
  7.   ClientHeight = 115
  8.   ClientWidth = 385
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnDeactivate = FormDeactivate
  21.   OnKeyDown = FormKeyDown
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 5
  26.     Top = 10
  27.     Width = 56
  28.     Height = 13
  29.     Caption = '&Text to find:'
  30.     FocusControl = Combo_Text
  31.   end
  32.   object Button_Find: TButton
  33.     Left = 305
  34.     Top = 5
  35.     Width = 75
  36.     Height = 25
  37.     Hint = 'Find next match'
  38.     Caption = '&Find next'
  39.     Default = True
  40.     ModalResult = 1
  41.     TabOrder = 0
  42.     OnClick = Button_FindClick
  43.   end
  44.   object Button_Cancel: TButton
  45.     Left = 305
  46.     Top = 35
  47.     Width = 75
  48.     Height = 25
  49.     Hint = 'Close this dialog box'
  50.     Caption = 'Close'
  51.     ModalResult = 2
  52.     TabOrder = 1
  53.     OnClick = Button_CancelClick
  54.   end
  55.   object Combo_Text: TComboBox
  56.     Left = 70
  57.     Top = 5
  58.     Width = 226
  59.     Height = 21
  60.     ItemHeight = 13
  61.     MaxLength = 255
  62.     TabOrder = 2
  63.     OnChange = Combo_TextChange
  64.   end
  65.   object GroupBox_Opts: TGroupBox
  66.     Left = 5
  67.     Top = 29
  68.     Width = 291
  69.     Height = 79
  70.     Caption = ' Options: '
  71.     TabOrder = 3
  72.     object CB_MatchCase: TCheckBox
  73.       Left = 10
  74.       Top = 18
  75.       Width = 97
  76.       Height = 17
  77.       Caption = '&Match case'
  78.       TabOrder = 0
  79.     end
  80.     object CB_Wrap: TCheckBox
  81.       Left = 10
  82.       Top = 56
  83.       Width = 91
  84.       Height = 17
  85.       Caption = '&Wrap in note'
  86.       TabOrder = 2
  87.     end
  88.     object CB_EntireScope: TCheckBox
  89.       Left = 130
  90.       Top = 18
  91.       Width = 136
  92.       Height = 17
  93.       Caption = 'From T&op of Text'
  94.       TabOrder = 3
  95.     end
  96.     object CB_WholeWordsOnly: TCheckBox
  97.       Left = 10
  98.       Top = 37
  99.       Width = 111
  100.       Height = 17
  101.       Caption = 'W&hole words only'
  102.       TabOrder = 1
  103.     end
  104.     object CB_AllTabs: TCheckBox
  105.       Left = 130
  106.       Top = 37
  107.       Width = 136
  108.       Height = 17
  109.       Caption = 'Search &All notes'
  110.       TabOrder = 4
  111.     end
  112.     object CB_AllNodes: TCheckBox
  113.       Left = 130
  114.       Top = 55
  115.       Width = 136
  116.       Height = 17
  117.       Caption = 'Search all tree &Nodes'
  118.       TabOrder = 5
  119.     end
  120.   end
  121.   object FormPlacement: TFormPlacement
  122.     IniSection = 'FindDlg'
  123.     Options = [fpPosition]
  124.     UseRegistry = True
  125.     Left = 275
  126.     Top = 35
  127.   end
  128. end
  129.